home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Magazine / Morphos / GCC / ppc-amigaos / include / powerup / lvo / nonvolatile_lvo.h < prev    next >
C/C++ Source or Header  |  2000-02-28  |  339b  |  19 lines

  1. #ifndef _LVO_NONVOLATILE_LIB_H
  2. #define _LVO_NONVOLATILE_LIB_H
  3.  
  4. /*
  5.  *  $VER: nonvolatile_lvolib.h (08/03/97)
  6.  *
  7.  */
  8.  
  9.  
  10. #define    LVO_GetCopyNV    (-0x1E)
  11. #define    LVO_FreeNVData    (-0x24)
  12. #define    LVO_StoreNV    (-0x2A)
  13. #define    LVO_DeleteNV    (-0x30)
  14. #define    LVO_GetNVInfo    (-0x36)
  15. #define    LVO_GetNVList    (-0x3C)
  16. #define    LVO_SetNVProtection    (-0x42)
  17.  
  18. #endif
  19.